.blogBanner {
    position: relative;
    z-index: 0;
    background-image: url(../banner_img.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    background-attachment: fixed;
}

.blogBanner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .6;
}

.blogBanner_table {
    width: 100%;
    height: 100%;
}

.blogBanner_table_cell {
    vertical-align: middle;
}

.blogBanner_content {
    text-align: center;
}

.blogBanner_content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
}

.blogContent1 p {
    text-align: justify;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    .blogBanner_content h2 {
        font-size: 44px;
        font-weight: 700;
    }

    .blogBanner_content h1 {
        font-size: 2rem;
        font-weight: 700;
    }

}

@media (min-width:767px) and (max-width:992px) {
    .blogBanner_content h1 {
        font-size: 3rem;
        font-weight: 700;
    }

}

@media screen and (max-width:300px) {
    .blogBanner_content h2 {
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 48px;
    }

}

.blogList {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'DM Sans', sans-serif;
    color: #6b6b84;
}

.blogServices {
    /*box-shadow: -3px -3px 0px #3696d2, 3px 3px 0px #3696d2;*/
    margin: 30px 0px;
    border-radius: 18px;
    padding: 2px;
}

.blogServices .blogDesc {
    color: #6b6b84;
}

.blogServices .blogHead {
        font-weight: 600;
    font-size: 20px;
    margin-top: 18px;
    color: #000000d1;
    font-family: system-ui;
    text-shadow: 1px 1px 0px #bbbbbbb3;
}

.blogServices .blogimg img {
    border-radius: 15px;
}

.text1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-btn {
    appearance: none;
    padding: 0.5em;
    cursor: pointer;
    width: fit-content;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    color: #3696d2;
}

.text-btn:hover {
    color: #000;
}

.text-btn::before {
    content: "Read more";
    padding-bottom: 6px;
    border-bottom: 1px solid #3696d2
}

.text-btn:checked::before {
    content: "Read less";
}

.text1:has(+ .text-btn:checked){
    -webkit-line-clamp: initial;
}

.blogServices .blogcontent {
    padding: 15px;
}

@media (min-width:992px) and (max-width:1200px) {
    .blogServices .blogimg img {
        margin-top: 31px;
    }

    .blogServices {
        padding: 30px 20px;
    }

}

@media (max-width:768px) {
    .blogServices .blogHead {
        font-size: 22px;
    }

}

@media screen and (max-width:992px) {
    .blogServices {
        padding: 15px 15px;
        margin: 15px 0;
    }

    .blogServices .blogcontent {
        padding: 14px 0px 0px 0;
        text-align: center;
    }

    .blogServices .blogHead {
        font-size: 30px;
    }

}

.blogList li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
    color: #2f2e2e;
    font-weight: 800;
    font-size: 22px;
}

.blogList i {
    line-height: 30px;
    text-align: center;
    color: #3696d2;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 15px;
}

.blogList li:hover i {
    color: #000;
}

/*.blogContent {
    border-bottom: 1px solid #0000001f;
    padding-top: 20px;
    margin-bottom: 2.5rem;
}*/

.blogBanner_content ul {
    text-align: center;
    position: relative;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blogBanner_content ul li a {
    display: block;
    color: #fff;
}

.blogBanner_content ul li:first-child {
    margin-left: 0;
}

.blogBanner_content ul li:first-child:before {
    display: none
}

.blogBanner_content ul li {
    display: inline-block;
    margin-right: 25px;
    font-weight: 600;
    color: #3696d2;
    position: relative;
}

.blogBanner_content ul li:last-child {
    margin-right: 0;
}


.blogBanner_content ul li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 6px;
    height: 12px;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.blogContent i {
    color: #3696d2;
}

.subHeading {
    font-size: 20px;
    font-weight: 600;
    font-family: system-ui
}
p {
    line-height: 1.8;
    font-size: 15px;
}
.subDescription {
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 18px;
    position: relative;
    padding-left: 18px;
    color: #6b6b84
}

@media screen and  (max-width:992px) {
    .subDescription {
        text-align: justify;
    }

}

/*--- banner style end-----*/
.blogItem {
    font-family: sans-serif;
    padding: 2rem 0 3rem 0;
    border-bottom: 1px solid rgba(24, 24, 24, .1);
}

.blogTitle {
    font-size: 32px;
    font-weight: 800;
    margin: 0rem 0 1.2rem 0;
}

.blogTitle1 {
    font-size: 40px; text-shadow: 2px 2px 0px #bbbbbbb3; font-weight: 700;
}

@media screen and (max-width:1200px) {
    .blogTitle {
        text-align: center;
    }
.blogTitle1 {
        text-align: center;
            font-size: 40px !important;
    }
}
@media screen and (max-width:768px) {
    .blogTitle {
        text-align: center;
            font-size: 26px;
    }

    .blogTitle1 {
        text-align: center;
            font-size: 32px !important;
    }

}
.blogImage {
    margin-bottom: 20px;
}

/*.blogImage img {
    width: 100%;
    height: 24rem;
}*/

.blogSubtitle {
    font-family: 'Barlow', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'DM Sans', sans-serif;
    color: #6b6b84;
    font-size: 15px;
    text-align: justify;
}

@media screen and  (max-width:992px) {
    .blogSubtitle {
        text-align: justify;
    }

}

.blogPhead {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: system-ui;   /* color: #000;*/
}

.blogPhead i {
    color: #000;
}

.blogPhead1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: system-ui;
}

@media screen and (max-width:992px) {
    .blogItem {
        padding: 1rem 0 1rem 0;
    }

}

.box-1 {
    order: 1;
}

.box-2 {
    order: 2;
}

@media screen and (max-width:992px) {
    .box-1 {
        order: 2;
    }

    .box-2 {
        order: 1;
    }

}


